var math/big.cacheBase10

5 uses

	math/big (current package)
		natconv.go#L485: var cacheBase10 struct {
		natconv.go#L504: 	for words := leafSize; words < m>>1 && k < len(cacheBase10.table); words <<= 1 {
		natconv.go#L511: 		cacheBase10.Lock()
		natconv.go#L512: 		table = cacheBase10.table[0:k] // reuse old table for this conversion
		natconv.go#L544: 		cacheBase10.Unlock()